home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / gt1700_3.zip / GTZ.DOC < prev    next >
Text File  |  1990-12-15  |  3KB  |  79 lines

  1.  
  2. *******************************************************************************
  3.                        GTZ 1.0  GT Power Zmodem Module.
  4.                       Copyright 1990 by P&M Software Co.
  5.                             All Rights Reserved.
  6. *******************************************************************************
  7.  
  8. This release includes a new command line option:
  9.  
  10.       /N .... Which causes the name of the caller to be displayed
  11.               on the screen during transfers.  If used in terminal
  12.               mode, the program will show the name of the last caller,
  13.               if there was one.  If there was no previous caller, then
  14.               no name is displayed.  The /N should be placed just after
  15.               the 'action' field, prior to the first filename entry.
  16.               Here is my ZMTX.BAT file:
  17.  
  18.                    gtz %1 %2 sz /N @c:\gt\gt_xmit.lst
  19.  
  20. Also in this release, on the "Zmodem Transmit" status screen, a list of
  21. files to be sent will be displayed (so you can see how much the caller has
  22. asked to download).  And the program will now display an estimate of the
  23. time needed to complete the current file transfer.  I am considering a
  24. method of calculating an estimated time for the entire batch... that will
  25. come later.
  26.  
  27. GTZ seems to be somewhat sensitive to timing situations in the transition
  28. between files in a multi-file transfer.  I am looking into this situation.
  29.  
  30. At the present time the module supports only the Zmodem protocol.  It
  31. is anticipated that Kermit will be added in the near future.  And Quick-B
  32. is lurking in my stacks someplace.
  33.  
  34. The interface is quite simple at this time:
  35.  
  36.              GTZ  com_port  baud_rate  action  [name1 ...]
  37.  
  38. Where:
  39.  
  40.              com_port  = 1 or 2.  It is anticipated that this will
  41.                          be expanded to support the same com_port
  42.                          configuration as GT Power.
  43.  
  44.              baud_rate = 300,1200,2400,4800,9600,19200,38400,115000
  45.  
  46.              action    = SZ or RZ
  47.  
  48.                             SZ .... Transmit Zmodem
  49.                             RZ .... Receive Zmodem
  50.  
  51.              [name1 ...]    If the SZ action is specified, the user must
  52.                             supply a list of filenames to be transmitted.
  53.                             Any of the names may be of the format:
  54.  
  55.                                             @name
  56.  
  57.                             The leading '@' will indicate to GTZ that a
  58.                             list file is to be processed.  The list file
  59.                             will contain the names of the files to be
  60.                             transmitted, in plain ASCII text, 1 file per
  61.                             line.
  62.  
  63. GTZ will perform both XON/XOFF and CTS/DSR flow control.  RTS flow control
  64. is not currently available.
  65.  
  66. If the file transfer is aborted, GTZ will exit with an ERRORLEVEL of 1.
  67. Otherwise an ERRORLEVEL of 0 is returned.
  68.  
  69. If you have suggestions, please let me know.  Thanks.
  70.  
  71. Regards,
  72. Paul Meiners                                       P&M Software Co.
  73. 10-14-90                                           3104 E. Camelback Rd.
  74.                                                    #503
  75.                                                    Phoenix, AZ 85016
  76.                                                    Voice: (602) 285-9914
  77.                                                    Date:  (602) 285-1146
  78.  
  79.